📚 node [[depth|depth]]
Welcome! Nobody has contributed anything to 'depth|depth' yet. You can:
  • Write something in the document below!
    • There is at least one public document in every node in the Agora. Whatever you write in it will be integrated and made available for the next visitor to read and edit.
  • Write to the Agora from social media.
    • If you follow Agora bot on a supported platform and include the wikilink [[depth|depth]] in a post, the Agora will link it here and optionally integrate your writing.
  • Sign up as a full Agora user.
    • As a full user you will be able to contribute your personal notes and resources directly to this knowledge commons. Some setup required :)
⥅ related node [[depth]]
⥅ related node [[depthwise_separable_convolutional_neural_network_(sepcnn)]]
⥅ node [[depth]] pulled by Agora

depth

Go back to the [[AI Glossary]]

The number of layers (including any embedding layers) in a neural network that learn weights. For example, a neural network with 5 hidden layers and 1 output layer has a depth of 6.

⥅ node [[depthwise_separable_convolutional_neural_network_(sepcnn)]] pulled by Agora

depthwise separable convolutional neural network (sepCNN)

Go back to the [[AI Glossary]]

#image

A convolutional neural network architecture based on Inception, but where Inception modules are replaced with depthwise separable convolutions. Also known as Xception.

A depthwise separable convolution (also abbreviated as separable convolution) factors a standard 3-D convolution into two separate convolution operations that are more computationally efficient: first, a depthwise convolution, with a depth of 1 (n ✕ n ✕ 1), and then second, a pointwise convolution, with length and width of 1 (1 ✕ 1 ✕ n).

To learn more, see Xception: Deep Learning with Depthwise Separable Convolutions.

📖 stoas
⥱ context